It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2024-10-01 0 0 // 1 2024-10-02 0 3 // 2 2024-10-03 0 9 // 3 2024-10-04 0 5 // 4 2024-10-05 0 2 // 5 2024-10-06 0 5 // 6 2024-10-07 0 3 // 7 2024-10-08 0 10 // 8 2024-10-09 0 10 // 9 2024-10-10 0 11 // 10 2024-10-11 0 10 // 11 2024-10-12 0 0 // 12 2024-10-13 0 0 // 13 2024-10-14 0 17 // 14 2024-10-15 0 6 // 15 2024-10-16 0 0 // 16 2024-10-17 0 12 // 17 2024-10-18 0 12 // 18 2024-10-19 0 0 // 19 2024-10-20 0 0 // 20 2024-10-21 0 14